home *** CD-ROM | disk | FTP | other *** search
/ Suzy B Software 2 / Suzy B Software CD-ROM 2 (1994).iso / new_file / mintprgs / mint112s / mint112s.lzh / readme.src < prev    next >
Encoding:
Text File  |  1994-11-15  |  2.0 KB  |  53 lines

  1. MiNT is Not TOS: A Multitasking Operating System Extension for the Atari ST
  2.  
  3. Copyright 1990,1991,1992 Eric R. Smith.
  4. Copyright 1992,1993,1994 Atari Corporation
  5. All rights reserved.
  6.  
  7. THE MiNT SOURCE CODE IS PROVIDED FREE OF CHARGE, AS IS. ATARI
  8. CORPORATION AND ERIC R. SMITH MAKE NO REPRESENTATIONS OR
  9. WARRANTIES WITH RESPECT TO THIS CODE, AND IN PARTICULAR
  10. SPECIFICALLY DISCLAIM ANY IMPLIED WARRANTIES OF
  11. MERCHANTIBILITY OR FITNESS FOR A PARTICULAR PURPOSE. USE THIS
  12. CODE AT YOUR OWN RISK.
  13. ----------------------------------------------------------------------------
  14. Here is the source code for the current version of MiNT. There are
  15. lots of changes, of course, but no docs. Sorry. The "changes" file
  16. does provide a useful list of things that have changed since previous
  17. versions of MiNT. My apologies to anyone whose patches made it into
  18. the code, but who wasn't acknowledged in the "changes" file.
  19.  
  20. Many thanks to Michael Hohmuth for maintaining the "mega-patches" for
  21. MiNT 1.10 and 1.11, and for all the members of the MiNT mailing list who have
  22. contributed bug fixes and new features to MiNT; without their support
  23. and hard work, MiNT 1.12 would probably not exist!
  24.  
  25. Please read the notice in "copying" carefully. This code is completely
  26. unsupported; you use it at your own risk.
  27.  
  28. COMPILER NOTES:
  29.  
  30. gcc 2.3.3 works fine
  31.  
  32. gcc 2.5.x causes problems in proc.c; MiNTs compiled with gcc 2.5.x don't
  33.     work with MultiTOS (and probably have other problems, too)
  34.  
  35. Pure C should work (it may need a few tweaks)
  36.  
  37. Lattice is untested
  38.  
  39. Sozobon is right out; you need an ANSI compiler to be able to build MiNT.
  40.  
  41.  
  42. OTHER NOTES:
  43.  
  44. The "MiNT library" which is available from various FTP servers is an
  45. *application* library; it is definitely NOT needed to build the kernel.
  46. In fact, the MiNT kernel uses virtually no library functions at all;
  47. the few that it does use are sufficiently generic that any decent C
  48. library should supply adequate versions.
  49.  
  50. You can build the MiNT kernel on a plain TOS system; you don't need to
  51. already have MiNT running.
  52.  
  53.